バージョン

GetAppointmentsInRange(DateTime,DateTime,Owner[],Boolean) メソッド

指定した日付範囲内に一部でも含まれている Appointment オブジェクトのコレクションを返します。
シンタックス
'宣言
 
Public Overloads Function GetAppointmentsInRange( _
   ByVal startDateTime As Date, _
   ByVal endDateTime As Date, _
   ByVal owners() As Owner, _
   ByVal adjustAllDayEvents As Boolean _
) As AppointmentsSubsetCollection
public AppointmentsSubsetCollection GetAppointmentsInRange( 
   DateTime startDateTime,
   DateTime endDateTime,
   Owner[] owners,
   bool adjustAllDayEvents
)

パラメータ

startDateTime
予定の最も早い開始日時。
endDateTime
予定の最も遅い終了日時。
owners
ここで指定したオーナーに関連付けられた予定のみが含まれます。
adjustAllDayEvents
1 日より短い範囲はすべての日のイベントを含むのに、AllDayEvent プロパティが true を返す予定の開始と終了の時刻を自動的に緒聖するかどうかを指定します。

戻り値の型

startDateTime および endDateTime と重なる Appointment オブジェクトをすべて含む AppointmentsSubsetCollection
参照